home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 317 / asmsrc / m-hpux.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-20  |  1.1 KB  |  29 lines

  1. /* m-hpux.h  This header file contains the #defines specific
  2.    to HPUX changes sent me by cph@zurich.ai.mit.edu */
  3.  
  4. /* Copyright (C) 1988 Free Software Foundation, Inc.
  5.  
  6. This file is part of Gas, the GNU Assembler.
  7.  
  8. The GNU assembler is distributed in the hope that it will be
  9. useful, but WITHOUT ANY WARRANTY.  No author or distributor
  10. accepts responsibility to anyone for the consequences of using it
  11. or for whether it serves any particular purpose or works at all,
  12. unless he says so in writing.  Refer to the GNU Assembler General
  13. Public License for full details.
  14.  
  15. Everyone is granted permission to copy, modify and redistribute
  16. the GNU Assembler, but only under the conditions described in the
  17. GNU Assembler General Public License.  A copy of this license is
  18. supposed to have been given to you along with the GNU Assembler
  19. so you can know your rights and responsibilities.  It should be
  20. in a file named COPYING.  Among other things, the copyright
  21. notice and this notice must be preserved on all copies.  */
  22.  
  23. setbuffer(stream,buf,size)
  24. FILE *stream;
  25. char *buf;
  26. {
  27.     setvbuf(stream, buf, _IOFBF, size);
  28. }
  29.